home *** CD-ROM | disk | FTP | other *** search
- Path: phoenix.acms.arizona.edu!jwhite
- From: Kenton White <jwhite@phoenix.acms.arizona.edu>
- Newsgroups: comp.lang.c++
- Subject: void pointers
- Date: Fri, 5 Jan 1996 11:36:38 -0700
- Organization: The University of Arizona
- Message-ID: <Pine.SUN.3.91.960105113409.18158A-100000@phoenix.acms.arizona.edu>
- NNTP-Posting-Host: phoenix.acms.arizona.edu
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
-
-
- I am trying to create a class that stores pointers to other classes in an
- array of void pointers. Since void pointers cannot be dereferenced, is
- there any way to cast the void pointer to a non-void pointer and then
- dereference?
-
-